From 1158bacbb3261fed922c44cf7da5d051a4f76a83 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Mon, 13 Sep 2010 02:16:18 +0100 Subject: [PATCH] Partially revert "MIPS: Add -Werror to arch/mips/Kbuild" This reverts commit 66f9ba101f54bda63ab1db97f9e9e94763d0651b. We really don't want to add -Werror anywhere. Gbp-Pq: Topic debian Gbp-Pq: Name mips-disable-werror.patch --- arch/mips/Kbuild | 5 ----- 1 file changed, 5 deletions(-) diff --git a/arch/mips/Kbuild b/arch/mips/Kbuild index 5c3f688a523..6f39bc9f515 100644 --- a/arch/mips/Kbuild +++ b/arch/mips/Kbuild @@ -1,8 +1,3 @@ -# Fail on warnings - also for files referenced in subdirs -# -Werror can be disabled for specific files using: -# CFLAGS_ := -Wno-error -subdir-ccflags-y := -Werror - # platform specific definitions include arch/mips/Kbuild.platforms obj-y := $(platform-y) -- 2.30.2